TE Product Data API
Get Product Categories
GET /product_categories
Retrieve a list of all Product Categories. This includes the top level (or level 1) category, subcategories, and all end node categories (the category in which products are contained). Product categories can change regularly. Changes include new categories added, categories removed, category names modified, and change to the hierarchy in which a category resides.
This endpoint is provided so that you can get the category names to be used in the product categories filter criteria of the "Get Products" endpoint (/products).
Response
Property | Description |
---|---|
categories.categoryId | A unique numeric value identifying the category. This can be used to detect changes to the categoryName or categoryTree properties. |
categories.categoryName | The name of the category. |
categories.categoryTree | The complete category hierarchy in which the category resides. Each category is separated by a pipe (|) symbol. If this is a Level 1 category, then categoryTree will contain just that category. |